-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation/59288 add stages and gates to the project overview page #17223
Implementation/59288 add stages and gates to the project overview page #17223
Conversation
f829684
to
c485739
Compare
95ffcb5
to
f3dd035
Compare
a5d6240
to
e975e1e
Compare
e975e1e
to
9e0a747
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works nicely! I have added some remarks, most of which are small things. I could not find any major flaws, great job!
…et acts_as_list function correctly.
…e_picker form fields
…leStep::BaseContract
…n validating via the ProjectLifeCycleSteps contracts.
…ates and display error messages on the ProjectLifeCycle dialog.
de130b0
to
7aee3c1
Compare
3168270
to
a96fdd1
Compare
Thanks @EinLama for the quick review, I believe I addressed all your comments. |
93f7045
to
f00f051
Compare
This exception is not included by default, because it does not inherit from the StandarError, but from the Exception.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one 👏🏻
spec/features/projects/life_cycle/overview_page/dialog/permission_spec.rb
Outdated
Show resolved
Hide resolved
spec/features/projects/life_cycle/overview_page/dialog/update_spec.rb
Outdated
Show resolved
Hide resolved
spec/features/projects/life_cycle/overview_page/sidebar_spec.rb
Outdated
Show resolved
Hide resolved
spec/features/projects/life_cycle/overview_page/sidebar_spec.rb
Outdated
Show resolved
Hide resolved
fbca7cf
to
f0fce0e
Compare
Ticket
https://community.openproject.org/wp/59288
What are you trying to accomplish?
Display Stages and Gates on the Project Overview page
Screenshots
What approach did you choose and why?
Similar implementation to ProjectCustomFields, as there are a lot of similarities.
Merge checklist